home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TIMPORTSESSIONSDIALOG / TIMPORTSESSIONSDIALOG.txt
Encoding:
Text File  |  2005-02-06  |  2.4 KB  |  111 lines

  1. object ImportSessionsDialog: TImportSessionsDialog
  2.   Left = 362
  3.   Top = 186
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'ui_import'
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Import sessions from PuTTY'
  9.   ClientHeight = 293
  10.   ClientWidth = 351
  11.   Color = clBtnFace
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   Position = poOwnerFormCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   DesignSize = (
  18.     351
  19.     293)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 337
  26.     Height = 45
  27.     Anchors = [akLeft, akTop, akRight]
  28.     AutoSize = False
  29.     Caption = 
  30.       'Following list contains sessions stored in PuTTY SSH client. Che' +
  31.       'ck sessions you want to import and press OK button.'
  32.     WordWrap = True
  33.   end
  34.   object Label2: TLabel
  35.     Left = 8
  36.     Top = 52
  37.     Width = 290
  38.     Height = 13
  39.     Anchors = [akLeft, akTop, akRight]
  40.     Caption = 'Notice: This application always connects using SSH protocol.'
  41.     WordWrap = True
  42.   end
  43.   object OKButton: TButton
  44.     Left = 191
  45.     Top = 262
  46.     Width = 75
  47.     Height = 25
  48.     Anchors = [akRight, akBottom]
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 3
  53.   end
  54.   object CancelButton: TButton
  55.     Left = 271
  56.     Top = 262
  57.     Width = 75
  58.     Height = 25
  59.     Anchors = [akRight, akBottom]
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 4
  64.   end
  65.   object SessionListView: TListView
  66.     Left = 8
  67.     Top = 72
  68.     Width = 337
  69.     Height = 160
  70.     Anchors = [akLeft, akTop, akRight, akBottom]
  71.     Checkboxes = True
  72.     Columns = <
  73.       item
  74.         Caption = 'Session'
  75.         Width = 240
  76.       end
  77.       item
  78.         Caption = 'Protocol'
  79.         Width = 60
  80.       end>
  81.     ColumnClick = False
  82.     HideSelection = False
  83.     ReadOnly = True
  84.     ParentShowHint = False
  85.     ShowHint = True
  86.     TabOrder = 0
  87.     ViewStyle = vsReport
  88.     OnInfoTip = SessionListViewInfoTip
  89.     OnKeyUp = SessionListViewKeyUp
  90.     OnMouseDown = SessionListViewMouseDown
  91.   end
  92.   object CheckAllButton: TButton
  93.     Left = 8
  94.     Top = 262
  95.     Width = 89
  96.     Height = 25
  97.     Anchors = [akLeft, akBottom]
  98.     Caption = 'Un/check &all'
  99.     TabOrder = 2
  100.     OnClick = CheckAllButtonClick
  101.   end
  102.   object ImportKeysCheck: TCheckBox
  103.     Left = 16
  104.     Top = 238
  105.     Width = 329
  106.     Height = 17
  107.     Caption = 'Import cached host &keys for checked sessions'
  108.     TabOrder = 1
  109.   end
  110. end
  111.